home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Source Code / VirtualDub / sylia / readme.txt < prev    next >
Text File  |  2003-10-01  |  1KB  |  24 lines

  1. Readme for Sylia 0.1 interpreter
  2. ================================
  3.  
  4. Sylia is a really simple scripting language.  It has no flow control and is
  5. very loosely typed.  It's really only meant for the scripting/job system
  6. in VirtualDub, but you might find some other use for it.  Scripting help
  7. is given in the help file, but you'll have to look at VirtualDub
  8. (script.cpp) to figure out how to use it in a program.  It's basically a
  9. fully interpreted and on-the-fly-tokenizing C--, so it's not exactly a
  10. speed demon either.
  11.  
  12. It should be fully reentrant, though.
  13.  
  14. Oh yeah, and here's the paragraph you've all been waiting to see:
  15.  
  16.     Sylia is copyright ⌐ 1998 by Avery Lee, All Rights Reserved.
  17.     Sylia is released with NO WARRANTY and freely usable/distributable
  18.     under the terms of the GNU General Public License (GPL).  It should
  19.     have been included with VirtualDub; if not, you may receive a copy
  20.     by writing to the Free Software Foundation, Inc., 675 Mass Ave.,
  21.     Cambridge, MA 02139, USA.
  22.  
  23. -- Avery (uleea05@umail.ucsb.edu)
  24.